projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40bbdb
)
(debug-ignored-errors): Correct the error messages
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 07:27:44 +0000
(07:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 07:27:44 +0000
(07:27 +0000)
that are supposed to match imenu.el.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 55e46ecee832f5edc94a52a9c8fe4ad6ed15b699..f981e55d290a91a1becd4051aaae1f444ece5dd3 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-183,7
+183,8
@@
is okay. See `mode-line-format'.")
;; imenu
"^No items suitable for an index found in this buffer\\.$"
- "^The mode \".*\" does not take full advantage of imenu\\.el yet\\.$"
+ "^This buffer cannot use `imenu-default-create-index-function'$"
+ "^The mode `.*' does not support Imenu$"
;; ispell
"^No word found to check!$"